github.com/refraction-networking/utls.encryptedExtensionsMsg.echRetryConfigs (field)

8 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L752: 			hs.echContext.retryConfigs = encryptedExtensions.echRetryConfigs
		handshake_client_tls13.go#L753: 		} else if encryptedExtensions.echRetryConfigs != nil {
		handshake_messages.go#L1049: 	echRetryConfigs         []byte
		handshake_messages.go#L1081: 			if len(m.echRetryConfigs) > 0 {
		handshake_messages.go#L1084: 					b.AddBytes(m.echRetryConfigs)
		handshake_messages.go#L1132: 			m.echRetryConfigs = make([]byte, len(extData))
		handshake_messages.go#L1133: 			if !extData.CopyBytes(m.echRetryConfigs) {
		handshake_server_tls13.go#L805: 		encryptedExtensions.echRetryConfigs, err = buildRetryConfigList(hs.c.config.EncryptedClientHelloKeys)